home *** CD-ROM | disk | FTP | other *** search
- #
- # Some defs to make demo Makefiles shorter and more manageable.
- #
- include ${ROOT}/usr/include/make/commondefs
-
- # The tag command, used to tag executables
- TAG = $(TOOLROOT)/usr/sbin/tag
-
- # IDB tag for demo source files
- SOURCEIDB = -idb "std.src.demos"
-
- # Shorthand to descend into subdirectories, doing makes.
- # Use as follows: @${DESCEND} SUBDIRS="directory1 directory2 etc.."
- # or define SUBDIRS in the Makefile and just use @${DESCEND}.
- # It depends on the 'descend' rule defined in demorules.
- DESCEND = ${MAKE} -f ${MAKEFILE} descend TARGET=$@
-
- # The environment variable DEMODATA must be set to where data for sales demos
- # lives. This is currently fnord.asd:/d3/demodata
- #
- MAKELINK = ln -s ${DEMODATA}/${LINKTARGETDIR}/$@ .
-